Skip to main content

All Questions

2votes
1answer
219views

Bash array only executes first index

I am working with a server running Ubuntu 18.01 LTS and I'm trying to automate the backup of multiple virtual machines. I have the VM names in an array and then a for loop to shut down, backup and ...
Jaden's user avatar

close